home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / rerecycl.arc / RECYCLE.DOC < prev    next >
Text File  |  1989-07-29  |  2KB  |  59 lines

  1.  
  2.                           RECYCLE 1.4, 03-19-89
  3.                             A ProDoor Utility
  4.                  Copyright (C) 1988, 1989 Samuel H. Smith
  5.  
  6.                             The Tool Shop BBS
  7.               (602) 264-3969 (HST)     (602) 279-2673 (Hayes-V)
  8.                          
  9. `Recycle' is a utility that will allow you to 'stack doors' from within
  10. ProDoor.   When you exit a door that was opened from ProDoor, control
  11. will be returned to ProDoor instead of the main board.  This utility
  12. also properly handles doors with built-in (G)oodbye handlers.
  13.  
  14. Place a copy of RECYCLE.EXE in a DOS subdirectory, or in your PCBoard
  15. system directory.  It will be called before each PCBOARD.EXE load.
  16.  
  17. Modify your BOARD.BAT file as shown:
  18.  
  19.    if exist event.bat rename event.bat event.sys
  20.    if exist remote.bat rename remote.bat remote.sys
  21.    if exist door.bat del door.bat
  22.    if exist endpcb del endpcb
  23.    
  24.    recycle >NUL                         <-- add this
  25.    if errorlevel 1 goto runpcb          <-- add this
  26.    copy prodoor door.bat >nul           <-- add this
  27.    door N                               <-- add this
  28.    :runpcb                              <-- add this
  29.    if exist $door.bat del $door.bat     <-- add this (NOTICE!)
  30.    pcboard
  31.    
  32.    if exist door.bat door
  33.    if exist remote.bat remote
  34.    if exist event.bat event
  35.    if exist endpcb goto end
  36.    board
  37.    :end
  38.  
  39.                                DISCLAIMER
  40.                                ==========
  41.      IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
  42.      LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
  43.      DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM,
  44.      OR FOR ANY CLAIM BY ANY OTHER PARTY.
  45.  
  46.      THIS IS FREEWARE.  NO CHARGE.  SOURCE INCLUDED.  COPYRIGHT APPLIES.
  47.  
  48. Revision History
  49. ----------------
  50.    19-apr-88 v1.0  Initial coding and release
  51.    21-apr-88 v1.1  Enabled local operation.
  52.    17-dec-88 v1.3  Modified to co-exist with QMAIL.
  53.    19-Mar-89 v1.4
  54.       Added a line to BOARD.BAT to prevent a caller being dropped to
  55.       ProDoor after previous caller logged off within a sub-door.
  56.  
  57.   ----------------
  58.      PCBoard is a registered trademark of Clark Development Company.
  59.